summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp/(evcp)/pq-criteria/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/evcp/(evcp)/pq-criteria/page.tsx')
-rw-r--r--app/[lng]/evcp/(evcp)/pq-criteria/page.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/evcp/(evcp)/pq-criteria/page.tsx b/app/[lng]/evcp/(evcp)/pq-criteria/page.tsx
index 34908028..20d16085 100644
--- a/app/[lng]/evcp/(evcp)/pq-criteria/page.tsx
+++ b/app/[lng]/evcp/(evcp)/pq-criteria/page.tsx
@@ -35,13 +35,13 @@ export default async function IndexPage(props: IndexPageProps) {
<div>
<div className="flex items-center gap-2">
<h2 className="text-2xl font-bold tracking-tight">
- Pre-Qualification Check Sheet
+ PQ 항목 관리
</h2>
<InformationButton pagePath="evcp/pq-criteria" />
</div>
- <p className="text-muted-foreground">
+ {/* <p className="text-muted-foreground">
협력업체 등록을 위한, 협력업체가 제출할 PQ 항목을 관리할 수 있습니다.
- </p>
+ </p> */}
</div>
<ProjectSelectorWrapper />
</div>